function chgAction( action_name ) { if( action_name=="aaa" ) { document.search-theme-form.action = "/AAA"; } else if( action_name=="bbb" ) ... ... <看更多>
Search
Search
function chgAction( action_name ) { if( action_name=="aaa" ) { document.search-theme-form.action = "/AAA"; } else if( action_name=="bbb" ) ... ... <看更多>
There are several triggers that can prevent $form['#action'] from working in an alter hook. See: How to redirect to a page after submitting a form. ... <看更多>
If you want to change the url of one form. `<?php. // Place this in your functions.php file add_filter('wpcf7_form_action_url' ... ... <看更多>